home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / atsend18.zip / ATSEND.NEW < prev    next >
Text File  |  1992-11-27  |  3KB  |  81 lines

  1. 11-18-92 V1.8
  2. -------------
  3. ATOK=NO wasn't working under some circumstances.  Fixed logic.
  4.  
  5. 11-18-92 V1.7
  6. -------------
  7. ATSEND now supports an environment variable called ATOK.  If you
  8. SET ATOK=NO, then ATSEND will not wait for the modem to say "OK"
  9. before terminating.  It will simply push the command out and
  10. exit.  This feature is to accomodate the many requests I have had
  11. to allow ATSEND to be used as a DIALER.
  12.  
  13. ATBATCH.EXE now supports the ATOK variable.
  14.  
  15. 09-18-92 V1.6
  16. -------------
  17. This update supports port speeds higher than 38,400.
  18.  
  19. 04-22-92 V1.5
  20. -------------
  21. Non-Standard COM ports and IRQ's are now supported by setting
  22. COMBASE and COMIRQ environment variables.  See ATSEND.DOC for
  23. details.
  24.  
  25. Two new programs included!  One is HEX2DEC.EXE, a program to
  26. convert your COMBASE address from hex to decimal.  The other is
  27. ATBATCH.EXE, a program that will create batch files for use with
  28. ATSEND.  This makes it very easy for those running non-standard
  29. ports, as ATBATCH will do the hex to decimal conversion
  30. on-the-fly.
  31.  
  32. ATSEND now defaults to opening the port at 1200 baud to make it
  33. compatible with most modems.  The speed can be raised or lowered
  34. by setting an environment variable called ATSPEED.  To get the
  35. modem to communicate at speed 38400:
  36.  
  37. SET ATSPEED=38400
  38.  
  39. ATSEND now reports results from modem to the screen.  Users of
  40. modems like the USRobotics HST can type ATSEND I4 for a page full
  41. of modem settings.
  42.  
  43. Now reads DSZPORT environment variable.  People who are
  44. running DSZ often use the DSZPORT setting in their environment to
  45. tell DSZ what com port is being used.  Like DSZ, ATSEND defaults
  46. to COM1.  If you want to use ATSEND without having to type the
  47. comport number each time, put the following in your AUTOEXEC.BAT
  48. file: SET DSZPORT=<PORT>.  For example, if you are using COM2:
  49.  
  50. SET DSZPORT=2
  51.  
  52. You can overide the DSZPORT setting by specifying a different
  53. port on the command line after the command to be sent to the
  54. modem.
  55.  
  56. 7-21-90 V1.2 ß1
  57. ---------------
  58. Shortened information shown to screen when program is executed.
  59.  
  60. Compiled with new comunications libraries that are said to
  61. produce compatibility with non-standard ports 3 thru 8 using DSZ
  62. style IRQ's and base addresses.
  63.  
  64. 7-6-89 V1.1
  65. -----------
  66. Changed name to ATSEND.EXE to avoid confusion with similar utility
  67. called AT.COM.
  68.  
  69. Tightened up code and recompiled under Borland's Turbo Pascal 5.5.
  70.  
  71. Changed termination to end with an errorlevel of 1.  This is so Sysops
  72. who are currently running HSTRESET.EXE by Samuel Smith may use ATSEND as
  73. a direct replacement.  If esc is hit before ATSEND finishes, an
  74. errorlevel of 0 is set.  This should have no effect for users who are
  75. not using ATSEND as a replacement for HSTRESET.EXE.
  76.  
  77.  
  78. 6-17-89 V1.0
  79. ------------
  80. Initial Release as AT10.ZIP
  81.